LayerPosition

class LayerPosition : Serializable

Specifies position of a layer that is added via addStyleLayer method.

Constructors

LayerPosition
Link copied to clipboard
open fun LayerPosition(@Nullable() above: String, @Nullable() below: String, @Nullable() at: Integer)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

above
Link copied to clipboard
private val above: String
at
Link copied to clipboard
private val at: Integer
below
Link copied to clipboard
private val below: String